Wie mache ich einen (oder mehrere) Screenshots?

Ich beschreibe mal die Prozedur unter Windows, aber unter Linux geht es 
fast genauso.

Also im Verzeichnis screenshot findet man eine Batchdatei scrsh.bat - 
diese muß mit einem Editor auf die eigene PC-Hardware angepasst werden.

Der String "%~dp0\w2000a-screenshot.exe" -c 1 -b -a %* enthält als 
Argument den zu benutzenden COM-Port, hier COM1. Das muß man 
entsprechend anpassen und dann sichern.

Dann das DSO einschalten und per Doppelklick die Batchdatei starten. Das 
Programm verbindet sich mit dem DSO, prüft die aktuelle Firmware auf dem 
DSO und wartet dann auf Screenshots, die man am DSO per Doppeldruck auf 
die Quick Printtaste oder im Printmenü selbst auslöst.

Die Bildschirmausgabe sollte so aussehen:

* Connecting to DSO and retrieving version information... done
  - found firmware version:  6.5
  - found hardware version:  8C7.0.G
  - found model:  W2022A
* Waiting for screenshot, trace, or measurement...

Man kann das Programm natürlich auch direkt mit den Argumenten starten. 
Der Screenshot kann auch umgekehrt vom Programm aus getriggert werden.

Das Programm wartet und verarbeitet so lange Screenshots bis es beendet 
wird.

Mit -h als Argument bekommt man einen Hilfetext angezeigt.
Im screenshot-Verzeichnis findet man eine readme in der weitere Details 
beschrieben sind.

####################################################################################

How do I make one (or multiple) screenshots?

The desciption is made for windows, but works on Linux similar.

In the directory screenshot you will find the batch file scrsh.bat - which has to
be modified corresponding to your pc hardware.

The String "%~dp0\w2000a-screenshot.exe" -c 1 -b -a %* contains the serial COM port
as argument, in this case COM1. This has to be edited and then saved.

Now switch on your DSO and start the batch file by double clicking it. The program
now connects to the DSO, checks the firmware version which is running on the DSO
and then waits for screenshots which can be triggered by double pushing the 
Quick Print button or using the print menu.

The screen output should look like this:

* Connecting to DSO and retrieving version information... done
  - found firmware version:  6.5
  - found hardware version:  8C7.0.G
  - found model:  W2022A
* Waiting for screenshot, trace, or measurement...

The program can also be started with the arguments directly. The screenshot can 
otherwise be triggered by the screenshot program using the remote function.

The program is waiting for screenshot until you exit it.

Using -h as argument will display a little help text. In the screenshot directory
you will find a readme with further information.
